home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / fr_max.zip / MAX-CTL.ZIP / FILEAREA.CTL < prev    next >
Text File  |  1992-03-16  |  3KB  |  96 lines

  1. %     -----------------------------------------------------------
  2. %     FILEAREA.CTL -- a sample file area control file for Maximus
  3. %     -----------------------------------------------------------
  4. %
  5. %  This file contains all of the information about your system's message
  6. %  areas.  Each file area can be given a name.  This name consists
  7. %  of letters, numbers, and any of the following characters:
  8. %
  9. %       . / _ ~ ! @ # $ % ^ & * ( ) - + = |
  10. %
  11. %  File area names can be up to nine numbers or letters long.  If you
  12. %  wish, you can use numbers for area names, such that you'd have
  13. %  area names like "1", "2", "3" and so forth.  However, it's usually
  14. %  easier to give each area a short name which is easily remembered.
  15.   
  16. Area 0
  17.  
  18.         FileAccess      AsstSysop
  19.  
  20.         FileInfo        Unchecked uploads
  21.  
  22.         % `Download' specifies the DOWNLOAD path for this area.  This
  23.         % directory should contain FILES.BBS and all of the files to
  24.         % be made available.
  25.  
  26.         Download        g:\Uncheck
  27.  
  28.         % `Upload' specifies the UPLOAD path for this area.  This directory
  29.         % tells Max where to place files which are U)ploaded into this area.
  30.         %
  31.         % You will usually want to handle uploads one of two ways:
  32.         %
  33.         % 1) Validation required.  All "Upload" paths will point to the
  34.         %    same, private directory.  This directory will have SysOp
  35.         %    access only, and those files must be moved to the main
  36.         %    file areas manually.
  37.         %
  38.         % 2) No validation required.  All "Upload" paths will point to
  39.         %    the current "Download" path.  Files uploaded in this manner
  40.         %    will be automatically placed in the file directory for
  41.         %    each area, and users will be able to access those files
  42.         %    right away.
  43.         %
  44.         % The default configuration uses the validation method, such that
  45.         % all files will be uploaded to file area 0.
  46.  
  47.         Upload          g:\uncheck
  48.  
  49.  
  50. %       FileBarricade <file>
  51.  
  52. %       FileMenuName <m>
  53.  
  54. %       FileOverride <file>
  55.  
  56. %       FileList        <file>
  57.  
  58. End Area
  59.  
  60. Area 1
  61.         FileAccess      Disgrace
  62.  
  63.         FileInfo        Liste Fichiers
  64.         Download        g:\cata\
  65.         Upload          g:\Uncheck\
  66. End Area
  67.  
  68.  
  69. Area 2
  70.         FileAccess      Normal
  71.  
  72.         FileInfo        Windows Belgique
  73.         Download        g:\winbel
  74.         Upload          g:\Uncheck\
  75. End Area
  76.  
  77.  
  78.  
  79. Area 3
  80.         FileAccess      Worthy
  81.  
  82.         FileInfo        Windows_Système
  83.         Download        g:\win_syst
  84.         Upload          g:\Uncheck\
  85. End Area
  86.  
  87.  
  88. Area 4
  89.         FileAccess      Privil
  90.  
  91.         FileInfo        Fidonet
  92.         Download        e:\Fidonet
  93.         Upload          g:\Uncheck\
  94. End Area
  95.  
  96.